home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
bin
/
Imakefile
< prev
next >
Wrap
Makefile
|
1995-05-09
|
658b
|
36 lines
# @(#) Imakefile 12.1 95/05/09
#
# WIDE AREA INFORMATION SERVER SOFTWARE:
# No guarantees or restrictions. See the readme file for the full standard
# disclaimer.
#
# Makefile for the bin directory
#
# S000 18 Sep 1993 rr@sco.com
# placed under SCCS and turned into an Imakefile
#
# $Log: Makefile,v $
# Revision 1.8 92/02/16 18:37:43 jonathan
# Added anytostring to EXE list.
#
#
EXE = waisindex waisindex-sig waisq \
waissearch waissearch-sig \
waisserver waisserver1 \
trunc anytostring pump_question swais \
xwais-exe xwaisq-exe
RM = /bin/rm -f
all::
clean::
$(RM) *.o
$(RM) *.a
$(RM) *~
$(RM) core
$(RM) $(EXE)
DependTarget()